.contnen {
    font-family: Roboto;
}

.content-head {
    width: 100%;
    height: 38px;
    margin-bottom: 26px;
}

.content-head input {
        height: 38px;
        font-size: 16px;
        width: 175px;
        border-radius: 19px;
        border: 1px solid #A5ABBD;
        color: #A5ABBD;
        padding-left: 16px;
        outline: none;
    }

.content-head .content-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
}

.content-head .change-tabs {
    margin-top: 3px;
    overflow: hidden;
}

.content-head .change-tabs span {
    width: 80px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #A5ABBD;
    float: left;
    cursor: pointer;
}

.content-head .change-tabs span.active, .content-head .change-tabs span:hover {
    color: #FFFFFF;
    background: #1F518E;
}

.content-head .change-tabs .line {
    margin: 5px 12px;
    display: inline-block;
    height: 22px;
    float: left;
    border-left: 1px solid #A5ABBD;
}

.content-head .production-box {
    width: 109px;
    height: 38px;
    position: relative;
    cursor: pointer;
    border: 1px solid #1F518E;
    border-radius: 19px;
}

.content-head .production-box .production-name {
    width: 100%;
    padding: 0 16px;
    font-weight: bold;
    line-height: 38px;
    font-size: 16px;
    color: #1F518E;
}

.content-head .production-box .production-name .iconfont {
    display: none;
}

.content-head .production-box .production-name .icon-down {
    display: block
}

.content-head .production-box .production-name.active .icon-down {
    display: none
}

.content-head .production-box .production-name .icon-up {
    display: none
}

.content-head .production-box .production-name.active .icon-up {
    display: block
}

.content-head .production-box .production-list {
    width: 100%;
    display: none;
    padding: 8px 0px;
    background: #FDFDFD;
    box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
}

.content-head .production-box .production-list li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    font-size: 12px;
    padding: 0 16px;
    color: #1F518E;
}

.content-head .production-box .production-list li:hover {
    background: #DFEDFF;
}

.content-head .select-box {
    width: 176px;
    height: 38px;
    line-height: 38px;
    position: relative;
    border: 1px solid #A5ABBD;
    box-sizing: border-box;
    border-radius: 19px;
}

.content-head .select-box .select-time-start {
    width: 175px;
    height: 38px;
    padding-left: 16px;
    font-size: 16px;
    color: #A5ABBD;
    cursor: pointer;
}

.content-head .select-box .select-time-end {
    width: 175px;
    height: 38px;
    padding-left: 16px;
    font-size: 16px;
    color: #A5ABBD;
    cursor: pointer;
}

.content-head .select-box .iconfont.icon-cale {
    position: absolute;
    color: #1F518E;
    right: 20px;
    top: 0
}

.content-head .select-box .select-calendar {
    width: 255px;
    height: 260px;
    left: -22.5px;
    top: 40px;
    display: none;
    padding: 24px;
    position: absolute;
    background: #FDFDFD;
    box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
}

.content-head .select-box .select-title-start {
    overflow: hidden;
    line-height: 14px;
}

.content-head .select-box .select-title-end {
    overflow: hidden;
    line-height: 14px;
}

.content-head .select-box .select-panel {
    font-size: 14px;
    font-weight: bold;
    color: #1F518E;
}

.content-head .select-box .select-panel .iconfont {
    width: 10px;
    font-size: 10px;
    cursor: pointer;
    font-weight: normal;
}

.content-head .select-box .select-panel div {
    margin: 0 8px;
}

.content-head .select-box .select-panel div.month-box {
    width: 76px;
    text-align: center;
}

.content-head .select-box .select-content {
    margin-top: 16px;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #424755;
}

.content-head .select-box .select-content table {
    width: 100%;
    text-align: center;
}

.content-head .select-box .select-content td {
    padding: 5px 0;
}

.content-head .select-box .select-content th {
    font-weight: bold;
    font-size: 10px;
    line-height: 9px;
    color: #1F518E;
    padding-bottom: 10px;
}

.content-head .select-box .select-content td div {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    border-radius: 50%;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    position: relative;
}

.content-head .select-box .select-content td.uncheck div, .content-head .select-box .select-content td div {
    color: #A5ABBD;
}

.content-head .select-box .select-content td.values div {
    color: #424755;
}

.content-head .select-box .select-content td:hover div, .content-head .select-box .select-content td.active div {
    color: #FDFDFD;
    background: #1F518E;
}

.content-head .search-box {
    width: 48px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    position: relative;
    color: #FFFFFF;
    background: #1F518E;
    border-radius: 168px;
    cursor: pointer;
}

.table-div table {
    width: 940px;
}

.table-div .futures-table {
    display: block;
}

.table-div .options-table {
    display: none;
}

.table-div table td, .table-div table th {
    border: 0.5px solid #d2d5de;
}

.table-div table tr {
    text-align: center;
    height: 40px;
    font-size: 12px;
}

.table-div table th {
    height: 80px;
    font-weight: bold;
    text-align: center;
}

.font {
    color: #000000;
    font-family: Arial;
    font-weight: bold;
    line-height: normal;
}

.table-div table thead {
    background-color: #F4F9FF;
}

.table-div table tr.subtotal {
    font-weight: bold;
    background-color: #F7F7F7;
}

.table-div table tr.total {
    font-weight: bold;
    background-color: #DFEDFF;
}

.table-div table tr.total td:first-child {
    border: none;
    background-color: #1F518E;
    color: #FFFFFF;
}

.content .notes {
    font-family: Roboto;
    font-size: 12px;
    line-height: 24px;
    color: #424755;
    margin-top: 100px;
}

.content .notes ul {
    margin-bottom: 30px;
}

.mar16 {
    margin-right: 16px;
}

@media screen and (max-width: 750px) {
    .content {
        font-family: Roboto;
        padding: 0.64rem 0.36rem;
    }
    .content .margin_top_cgbs {
        margin-top: 1.80rem;
    }
    .margin_top {
        margin-top: 0.32rem;
    }
    .contentBox {
        border-radius: 8px;
        padding-top: 0.2rem !important;
        background: #FFFFFF;
        margin-bottom: 0.8rem;
    }
    .content-head {
        margin: 0;
    }
    .content-head .content-title {
        width: 100%;
        font-family: Roboto;
        font-size: 0.32rem;
        line-height: 0.37rem;
        padding-bottom: 0.24rem;
    }
    .content-head .change-tabs {
        margin: 0 0.24rem 0 1.5rem;
        width: 2.8rem;
        height: 0.64rem;
        overflow: hidden;
        position: relative;
    }
    .content-head .change-tabs span {
        width: 100%;
        height: 0.64rem;
        line-height: 0.64rem;
        position: absolute;
        font-size: 0.20rem;
        text-align: left;
        padding-left: 0.4rem;
        border-radius: 0.32rem;
        border: 0.02rem solid #A5ABBD;
    }
    .content-head .change-tabs .line {
        display: none;
    }
    .content-head .change-tabs span:last-child {
        padding-left: 0;
        padding-right: 0.4rem;
        text-align: right;
        right: 0;
    }
    .content-head .change-tabs span.active {
        width: 1.6rem;
        z-index: 1;
        border: none;
    }
    .content-head .production-box {
        width: 1.5rem;
        height: 0.64rem;
        margin: 0;
        z-index: 1;
    }
    .content-head .production-box .production-name {
        width: 100%;
        padding: 0 0.3rem;
        height: 0.64rem;
        line-height: 0.64rem;
    }
    .content-head .select-box {
        width: 2.5rem;
        height: 0.64rem;
        line-height: 0.64rem;
        margin: 0.24rem 0.24rem 0.24rem 2.6rem;
        border: 0.02rem solid #1F518E;
    }
    .content-head .select-box .select-time-start {
        width: 100%;
        height: 100%;
        font-size: 0.2rem;
        font-weight: bold;
        color: #1F518E;
    }
    .content-head .select-box .select-time-end {
        width: 100%;
        height: 100%;
        font-size: 0.2rem;
        font-weight: bold;
        color: #1F518E;
    }
    .content-head .search-box {
        width: 0.64rem;
        height: 0.64rem;
        border-radius: 50%;
        margin-top: 0.24rem;
        line-height: 0.64rem;
    }
    .content-head .select-box .select-calendar{
        left: -2.25rem;
    }
    .content-head .select-box #select-calendar{
        left: -0.25rem;
    }
    .table-div {
        width: 100%;
        overflow: auto hidden;
    }
    .table-div table tr {
        height: 0.8rem;
        font-family: Roboto;
        font-weight: bold;
        font-size: 0.2rem;
        text-align: center;
        letter-spacing: -1px;
        color: #111111;
    }
    .table-div table tbody tr {
        font-weight: normal;
    }
    .table-div table th {
        height: 100%;
    }
    .table-div table td, .table-div table th {
        border: none;
    }
    .table-div table td {
        border-bottom: 0.015rem solid #F2F2F2;
    }
    .table-div table tr{
        letter-spacing: normal;
    }
    .table-div table tr td:first-child, .table-div table th td:first-child, .table-div table th {
        border: 0.015rem solid #F2F2F2;
    }
    .table-div table tr.total td:first-child {
        border: 0.015rem solid #F2F2F2;
        background: none;
        color: #111111;
    }
    .content .notes {
        margin-top: 0.8rem;
        font-family: Roboto;
        font-weight: bold;
        font-size: 0.2rem;
        line-height: 0.3rem;
        color: #DDDDDD;
    }
    .content .notes ul {
        margin-bottom: 0.32rem;
    }

    .content-head .mobile-cgbs {
        margin-left: 0.64rem;
    }

    .content-head .mobile-prod-cgbs {
        margin-left: 3.2rem;
        margin-bottom: 0.16rem;
    }

    .content-head .mobile-click {
        margin-bottom: 0.24rem;
        margin-top: 0;
    }

    .content-head .mobile-efp-input {
        margin-left: 1.0rem;
    }

    .content-head .mobile-efp1 {
        margin-left: 0;
        margin-right: 0.16rem;
    }

    .content-head .mobile-efp2 {
        margin-left: 0;
    }
    
    .content-head .input-mobile {
        height: 30px;
    }

    .content-head .content-mobile {
        margin-top: 0.98rem;
    }
}